home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / INPUT < prev    next >
Encoding:
Text File  |  1993-05-04  |  318 b   |  7 lines

  1. Usage: INPUT "<prompt>" <command> <args>
  2.   Where it displays "prompt" and then calls command, with args,
  3.   and with the line prompted for as $*.  The use of this is
  4.   strongly encouraged over the use of variable $"..". Similar
  5.   problems that occur in /wait. E.g:
  6.     ALIAS ex INPUT "Enter shell command >" exec $$*
  7.